Revision: iterate--main--1.0--patch-4
Archive: asf@boinkor.net--2003p
Creator: Andreas Fuchs <asf@boinkor.net>
Date: Wed Feb 18 22:58:46 CET 2004
Standard-date: 2004-02-18 21:58:46 GMT
Modified-files: ChangeLog iterate-test.lisp iterate.lisp
New-patches: asf@boinkor.net--2003p/iterate--main--1.0--patch-4
Summary: Fix a bug in FOR...NEXT reported by michaelw; document #L
Keywords: 

 * Iterate would not walk the NEXT argument to the FOR...NEXT
   driver. This caused the (TERMINATE) clause to fail (which disagrees
   with the manual qua spec, though)
 * Also, add a few explanatory comments to the #L reader macro
   definitions.